home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime vr / vrscript.win / readme.txt next >
Encoding:
Text File  |  2000-09-28  |  912 b   |  21 lines

  1. README - VRScript
  2.  
  3. This folder contains the source files for the VRScript demo 
  4. application. VRScript supports embedding sounds, QuickTime 
  5. movies, pictures, and 3D objects in a QuickTime VR movie. 
  6. It does this by reading an external script file that contains 
  7. commands directing the playing of these media. 
  8.  
  9. VRScript is an example of using the QuickTime VR 2.0 API. 
  10. VRScript exploits virtually all the hooks available to 
  11. applications developers, including back-buffer procedures, 
  12. prescreen buffer procedures, node-entering and node-leaving 
  13. procedures, intercept procedures, and so forth. You are free 
  14. to use the source code, or any modification of it, in your 
  15. applications. However, you should not distribute any modified 
  16. version of the source code without indicating clearly that 
  17. the source code is based on, but not identical to, the VRScript 
  18. source code.
  19.  
  20. Enjoy,
  21. QuickTime Team